POV-Ray : Newsgroups : povray.general : Photon Map: Created at Lower Res than Scene? : Re: Photon Map: Created at Lower Res than Scene? Server Time
31 Jul 2024 06:15:12 EDT (-0400)
  Re: Photon Map: Created at Lower Res than Scene?  
From: Ger
Date: 31 Jan 2008 11:17:09
Message: <47a1f485@news.povray.org>
"Sven Littkowski" <sven [] jamaica-focus [] com> wrote:

> Chambers, Ger:
> 
> Thanks for that information. I thought until now, the operating system
> handles the RAM, and the programs just forward their RAM requests to
> Windows which would give them, what they need.
> 
> I don't knew that programs self address the RAM.
> 
> Bad to hear that software developers don't want to work with higher RAM
> addresses. Thought, if RAM is available, the programs could reach it
> dynamically, independent from intented borderlines (2 GB).
> 
> Thanks for the information, greetings,
> 
> Sven
> 
> 

Sven,

I think you have things mixed up. Any modern program lets the operating
system handle the memory. For a program to bypass the OS and try and do the
memory management itself is a sure way to disaster.
The difference is that the older Windows versions don't access anything
above 3GB because they can't address it. It's out of their range. The newer
versions do address it, and in my case with 64bit linux 2^128 bytes is the
theoretical limit (340282366920938463463374607431768211456 which is a LOT).
Having programs go for the "higher" ram addresses is old style DOS
programming.

And as an aside, I do have 8GB RAM and 12GB swap and still manage to have
povray crash with an "out of memory" error :)

-- 
Ger


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.